home *** CD-ROM | disk | FTP | other *** search
- /* Imports text from TLNG 2.0 to FinalWriter97 */
- /* FW97-V1.1 © 19.07.99 by Jochen Grus */
-
- OPTIONS RESULTS
- ADDRESS "FINALW.1"
- Status FontPath
- fontpath = Result
- Status FontName
- fontname = Result
- pos = LASTPOS('_', fontname)
- IF (pos == 0) THEN
- DO
- fontpath = 'Normal'
- END
- ELSE DO
- pos = LASTPOS('_', fontpath)
- fontpath = 'Normal'
- END
- Style fontpath
- Type ' '
- paste
- Justify left
-